home *** CD-ROM | disk | FTP | other *** search
- HTMLGen 1.10 A HTML Script Generator
-
- File contains:
- READ.ME - this file.
- REGISTER.FRM - registration form.
- FILE_ID.DIZ - information file.
- HTMLGEN.EXE - the executable file.
- HTMLGEN.ICO - an icon.
- HTMLGEN.INF - viewable help file.
- HTMLGEN.HTM - HTML version of help file.
- HTMLGEN.MAC - HTML user-defined macro file.
-
- There is no help file at this time. We are working on it.
-
- This is shareware. Please feel to pass around the ZIP file.
- And please register.
-
-
-
- To place the program on your WPS Desktop use the following
- rexx script.
-
-
- /* Place HTMLGen on Your Desktop */
- rc = RxFuncAdd("SysLoadFuncs","RexxUtil","SysLoadFuncs")
- rc = SysLoadFuncs()
- rc = SysCreateObject("WPProgram","HTMLGen","<WP_DESKTOP>","exename="||directory()||"\htmlgen.exe")
- rc = SysSetIcon(directory()||"\htmlgen.exe","htmlgen.ico")
-
-
- History of changes.
-
- Version 1.10 Aug. 15, 1995
-
- Added user-defined macro support.
- Added a backslash to the end of the special characters &. .
-
- Version 1.05 Jan. 31, 1995
-
- Corrected problem with data entry fields being too short or not usable.
-
- Improved help.
-
- Allowed both HTML script and IPF script screens to be re-sizable.
-
- Version 1.04 Jan. 25, 1995
-
- Corrected problem with files, i.e. your browser, being
- overlayed.
-
- Enlargened field lengths.
-
- Corrected problem with some tags.
-
- Version 1.03 Jan. 21, 1995
-
- Integrated Browser/Editor programs.
-
- Added INI file.
-
- Improved IPF converter.
-
- Version 1.02 Jan. 14, 1995
-
- FIrst general release.